 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.margin20 {margin: 20px 0;}
/*end reset*/
body{
	font-family: 'KnowledgeRegular', arial, sans-serif !important; 
	color:#666666; font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px !important;
	font-weight:normal !important;
	font-family:  'KnowledgeRegular', arial;
	color: #787878;
}

p {
	color: #787878;
	font-size: 18px;
}

.bold {
	font-family:  'KnowledgeBold', arial !important;
	color: #787878;
}

.orange {
	color: #ff8000 !important;
}

.orange-bold {
	color: #ff8000 !important;
	font-family:  'KnowledgeBold', arial !important;
	font-weight: normal
	}
	
.blue-bold {
	color: #0083bf !important;
	font-family:  'KnowledgeBold', arial !important;
	font-weight: normal
	}	

.gray {
	color: #787878 !important;
	font-family:  'KnowledgeLight', arial !important;
}

.gray-expo {
	color: #787878 !important;
	font-family:  'KnowledgeLight', arial !important;
	font-size: 21px;
	line-height: normal;
}

.gray-bold {
	color: #787878 !important;
	font-family:  'KnowledgeBold', arial !important;
	font-weight: normal
}

.color {
	color: #f55b5a !important;
}
.white {
	color: #ffffff !important;
}
.italic {
	font-style: italic;
	font-weight: bold; 
	color:#555555;
}
.link {
	color: #0099c4; 
	text-decoration:none; 
	font-weight:bold;
}
.link:hover {
	color: #2ec6f1 !important; 
	text-decoration:none !important; 
}
.link:visited {
	color: #2ec6f1 !important; 
	text-decoration:none !important; 
}

.container {
	width: 1360px;
}
/*---start-wrap-----*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*---start-Header-----*/
.header{
	background: #ffffff;
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;   
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}

.logo{
	float: left;
	text-align:left;
	padding: 5px 0px 5px 0px;
}
.logo a{
	color:#000;
	font-size:2.5em
}
.logo IMG{
	width: 160px;
}

.logo2{
	float: right;
}

.header nav {
background: #005da2 ;
}
.header nav ul {
margin: 0;
padding: 1em;
list-style-type: none;
}
.header nav ul li {
display: inline;
margin-left: 1em;
text-transform:uppercase;
}
.header nav ul li:first-child {
margin-left: 0;
}
.header nav ul li ul {
display: none;
}
.header nav ul li a {
color: #ccc;
}
.header nav ul li a:hover {
color: #fff;
}
a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
}

.header {
display: block;
float: left;
width: 100%;
padding: 10px 0px;
}

ul  {
	padding: 5px 0px 5px 0px !important;
}

ul li {
	list-style-type: disc;
	padding: 3px 0px 0px 0px;
	font-family:  'KnowledgeRegular', arial !important;
	font-size: 17px;
	margin-bottom: 0px;
	color: #ff9100;
}

ul li span{
	color: #787878;
	padding: 0px 0px 0px 0px
}


/*---End-Header-----*/

	.small {
	font-size: 11px;
	line-height: 15px;
}
	
			
.clear {
 	clear:both;}

.quote {
	background-position: right top;
	background-image:url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7B0096fe9c-3feb-4569-ac73-48195f47cca5%7D_banner-impuestos.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size: cover !important;
	margin: 69px auto 0 auto;
	overflow:hidden;
	}
	
.alto_caja {
	min-height: 350px !important;
}

	
.mask {
	background-position: right bottom;
	background-image:url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7B02ad662f-504b-458f-b82b-573399808b03%7D_mask.png);
	background-repeat:no-repeat;
	margin-top: 30px;
	overflow:hidden;
	}
	
.quote H1 {
	display:none;
	}
	
.quote H2 {
	padding: 30px 0 30px 0px;
	font-size: 38px;
	line-height: 1em;
	color: #ffffff;
	font-family: 'KnowledgeBold', arial;
	margin: 0px;
	font-weight: bold !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}

.quote H2 span {
	padding: 30px 0 30px 0px;
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	font-family: 'KnowledgeBold', arial;
	margin: 0px;
	font-weight: bold !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}


.quote H3 {
	padding: 0.5em 0px 0.5em 0px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: 'KnowledgeLight', arial;
	}
	
.quote H3 strong{
	font-family: 'KnowledgeRegular', arial;
	}
	
.quote p {
	font-size: 30px;
	line-height: 2rem;
	color: #666666;
	font-family: 'KnowledgeLight', arial;
	}
	

	
#section2,#section3,#section5, #section6{
	padding: 3em 0 3em 0;
	overflow:hidden;
	}
#legales {
	padding: 2em 0 2em 0;
	overflow:hidden;
	}
#section4 {
	padding: 0em 0 3em 0;
	overflow:hidden;
	}
#section2 {
	background-color: #f2f2f2;
	}
#section5  H2, #section6  H2 , #section3  H2{
	color: #787878;
	}
	
	
#section3  H2{
	line-height: 24px;
	}

#section3  H2{
    background-image: url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7B4e43ba70-64a9-41cb-a8a8-efe76fc94672%7D_impuestos-landing.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 120px;
	min-height: 381px;
	}
	
#section3 h3{
	color:#787878;
	font-weight: light;
	padding: 0.8em 0 0 0;
	font-family:  'KnowledgeLight', arial;
	font-size: 32px;
	line-height: normal;
	}
	
#section3  H4{
	padding: 1.4em 0 0 0;
	font-size: 21px;
	line-height: normal;
	}
	
#section3  H5{
	font-size: 22px;
	line-height: normal;
	}
	
#section7 {
	padding: 2em 0 2em 0;
	overflow:hidden;
	background-color: #ff8000;
	background-repeat:no-repeat;
	background-position: top right;
	background-size: 100%;
	}
	
#section7  H3{
	line-height: 1.2em;
	color: #ffffff;
	font-family:  'KnowledgeRegular', arial;
	}
	
#section7  .boton{
	color: #ffffff;
	background-color: #0099c4 !important;
	text-decoration: none !important;
	border:  #333333 !important;
	font-family:  'KnowledgeRegular', arial;
	}
	
#section7 h4{
	font-family:  'KnowledgeRegular', arial;
	color: #333333;
	}
	
#section7 h2{
	color: #ffffff;
	}
	
#section7 a{
	color: #ffffff;
	display: block;
	font-family:  'KnowledgeBold', arial;
	}
	
#section7 p{
	color: #333333;
	}
	
#legales {
	background-color: #f2f2f2;
	}
	

	
#section5 h3{
	font-size: 2.5em;
	color:#777777;
	font-weight: light;
	padding-bottom: 20px;
	font-family:  'KnowledgeRegular', arial;
	}
	
	
#section6 h3{
	line-height: 1em;
	}

	
.calendario {
	background-color:#ffa200;
    margin-bottom: 20px;
    background-image: url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7B72ee32d2-4d72-4258-b4e2-eb0a11da3c42%7D_calendar.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 130px;
}

.calendario_fecha {
	background-color:#ffffff; 
	padding: 20px;
}

.titulo {
	color: #ffa000;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 40px !important;
	display:block;
	}

.subtitulo {
	color: #666666;
	margin-top: 20px !important;
	text-transform: uppercase;
	line-height: 26px;
	min-height: 50px;
	font-family:  'KnowledgeRegular', arial;
	}
	
.smaller {
	font-size:14px;
	}


.embed-responsive {

        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;

}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;

}



.embed-responsive-16by9 {

        padding-bottom: 56.25%;

}


form {
	color: #ffffff;
	padding: 10px 2em !important;
	overflow: hidden;
}



.formulario {
	float: right;
	text-align: left;
	background-color: #f0f0f0;
	background-position: center center;
	background-image:url();
	
}
	
.formulario H5 {
	font-family: 'KnowledgeRegular', arial;
	color: #fff;
	margin-bottom: 13px;
	padding: 1em 1em 0em 1em;
	line-height: 1.5em;
	font-size: 19px;
	text-align: center;
}

.formulario H4 {
	font-family:'KnowledgeRegular', arial;
	color: #fff;
	margin-bottom: 13px;
}
.formulario form {
	padding: 20px;
	
}
.formulario form .campo{
	width: 95%;
	
}

.boton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #ff8100 !important;
	border: solid 1px #ff8100 !important;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	cursor:pointer;
	background-image: none !important;
	margin: 0px !important;
	font-family:  'KnowledgeRegular', arial;
	}
	
	

.boton2{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #ff8100 !important;
	border: solid 1px #ff8100 !important;
	padding: 10px 30px 10px 30px;
	font-weight:bold;
	cursor:pointer;
	background-image: none !important;
	margin: 0px !important;
	font-size: 20px;
	}
	
.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: 1px solid #ffa200;
    display: none;
    color: #ffffff !important;
    background: #ff8000;
    padding: 7px 20px;
}
.scrollup a {
    color: #ffffff !important;
}
	
.formulario form .boton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #ff8100 !important;
	border: solid 1px #ff8100 !important;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	cursor:pointer;
	background-image: none !important;
	margin: 0px !important;
	}

.formulario form label {
	padding-top: 8px;
	display:block;
	color: #666666;
	background-color: transparent !important;
	font-size: 16px;
	}
	
.formulario .required {
	padding-top: 8px;
	display:block;
	color: #fff;
	}

.formulario  .label {
	background-color: transparent !important;
}
	

.redes{
	padding: 0px 0px 15px 0px;
	position:relative;
	background-color: #ffffff;
	color: #666666;
	overflow: hidden;
	font-family: 'KnowledgeRegular',  arial, sans-serif !important; 
	border-top: solid 1px #f2f2f2;
}

.facebook{
	display: block;
	margin-top: 25px;
}
.facebook img{
	margin-right: 5px;
}
	
.url{
	margin-top: 10px;
	display: block;
	font-size: 17px;
}

/*---start-footer----*/
.footer{
	padding: 0em 0.5em 20px 0.5em;
	position:relative;
	background-color: #ffffff;
	font-size:1.2em;
	text-align: right;
}

.footer  .logo_foot{
	width: 255px;
	padding-top: 15px;
}

.footer  .logo_movil{
	display: none;
}

/*---start-footer----*/
.footer{
	padding: 0em 0.5em 20px 0.5em;
	position:relative;
	background-color: #ffffff;
	font-size:1.2em;
	text-align: right;
}

.footer  .logo_movil{
	display: none;
}

.pl-15 {
	padding-left: 18px;
}

/*---End-footer----*/



	
/*----responsive-design-----*/
@media only screen and (max-width: 1920px) and (min-width: 1681px) {


.quote {
	
	}
	
}
/*----responsive-design-----*/
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.wrap{
		width:90%;
	}

	
}
@media only screen and (max-width: 1366px) and (min-width: 1291px) {
	.wrap{
		width:90%;
	}
	

	
}
@media only screen and (max-width: 1290px) and (min-width: 1025px) {
	.wrap{
		width:90%;
	}

	.alto_caja {
		min-height: 350px !important;
	}

.quote H2 {
	font-size: 36px;
	}
	
.quote H2 span {
	font-size: 36px;
	}
	
#section3 h3{
	font-size: 28px;
		}

#section3 h4{
	font-size: 20px;
		}	
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.wrap{
		width:90%;
	}
	
	.alto_caja {
		min-height: 300px !important;
	}
		
	.quote H2 {
	font-size: 26px;
	}
	
   .quote H2 span {
	   font-size: 50px;
	}

	.formulario form {
		min-height: initial !important;
	}
	
	#section3 h3{
		padding: 20px 20px 0 20px;
		}
		
		
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
	.wrap{
		width:90%;
	}
	
	.span8 {
		width: 48.61878453038674% !important;
	}
	.span4 {
		width: 48.61878453038674% !important;
	}

	.subtitulo {
		font-size: 18px !important;
		}
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
	}
		
	
	.header {
	 padding: 10px 0px;
	}

	.alto_caja {
		min-height: 250px !important;
	}
		
	
	.quote  {
		background-position: center;
		}
	
	.quote H2 {
		font-size: 28px;
		}
	
	.quote H2 span{
		font-size: 40px;
		}
	
	
	.quote H3 {
		font-size: 20px;
		}

		
	
	.add_movil {
	display: block !important;
	}
	
	.small {
		font-size: 11px !important;
		line-height: 15px !important;
	}
	

	.formulario form {
		min-height: initial;
	}
	
	#section3 h3{
		padding: 20px 20px 0 20px;
		}
	.url {
		font-size: 14px;
	}
	.facebook img {
		width: 25px;
	}
		

}
@media only screen and (max-width: 640px) and (min-width: 481px) {
	.wrap{
		width:90%;
	}
	
	.container {
		padding: 0px 25px;
	}
	
	.header {
	 padding: 10px 0px;
		
	}

	.alto_caja {
		min-height: 200px !important;
	}
		
	.quote  {
		background-position: center;
		}
	
	.quote H2 {
		font-size: 24px;
		padding-right: 50%;
		}
		
	.quote H2 span {
		font-size: 35px;
		}
		
	.quote H3 {
		font-size: 20px;
		}
	.padding_video
	{
		padding-bottom:20px;
	}
		
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
	}
	
	.formulario form {
		min-height: initial;
	}
			

	.formulario H3 {
		font-size: 20px;
	}
	
	#section3 h3 {
		padding: 20px;
	}
	
	.footer {
		text-align: center;
	}
		
	.footer  .logo_foot {
		width: 200px !important;
		padding: 10px 0;
		text-align: center;
	}
	.url {
		float:initial;
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	.facebook {
		text-align: center;
		width: 100%;
	}
	
	
	.separador {
		border-bottom: solid #f2f2f2 1px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		}

			
.calendario {
    background-position: bottom right;
	padding-bottom: 100px;
}

.calendario_fecha {
	margin-bottom: 20px;
}


}






@media only screen and (max-width: 480px) and (min-width:240px) {
	.wrap{
		width:90%;
	}

		
	.container {
		padding: 0px 25px;
	}
		
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
	}

	
	.header {
	 padding: 10px 0px;
		
	}
	
	
		
	.alto_caja {
		min-height: 200px !important;
	}
		
		
	.quote  {
		background-position: left 90px !important;
		background-size: 600px !important;
		}
		
	.mask {
		background-size: 800px;
	}
	
	.quote H2 {
		font-size: 20px;
		padding-right: 35%;
		padding-bottom: 30px;
		}
	
	.quote H2 span {
		font-size: 35px;
		}
		
	.quote H3 {
		font-size: 18px;
		}
		
	.padding_video
	{
		padding-bottom:20px;
	}
		
		
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
	}

	
	.movil_less {
		display: none;
	}


	.formulario form {
		min-height: initial;
	}
		
	.formulario H3 {
		font-size: 20px;
	}
	.elq-form .list-order.twoColumn {
		width: 98% !important;
	}
	.footer{
		text-align: center;
	}
	
	.footer  .logo_foot {
	width: 200px !important;
	padding: 10px 0;
	}
	.redes {
		padding: 15px 5px;
	}
	.url {
		float:initial;
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	.facebook {
		text-align: center;
		width: 100%;
	}
	.txt-rt {
		text-align:center;
	}
	.pl-15 {
		padding-left: 0px;
	}
	
	.separador {
		border-bottom: solid #f2f2f2 1px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		}		
.calendario {
    background-position: bottom right;
	padding-bottom: 100px;
}

.calendario_fecha {
	margin-bottom: 20px;
}

#section3 h3 {
    padding: 20px 20px 0 20px;
}

}

@media (min-width: 1200px)
{
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90% !important;
}
